home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / uucp / DanNews13.lha / DanNews13 / History next >
Text File  |  1995-07-23  |  4KB  |  91 lines

  1. Version 1.2 -> 1.3
  2. ------------------
  3.  
  4. - Leo asked for it to show how far its got whilst unbatching, so I added the
  5.   BLIP option.
  6. - Tez asked for it to unbatch articles with only headers and no body, so it
  7.   does that now as well.
  8. - It won't complain any more if you want it to delete .overview files and it
  9.   can't find them.
  10. - Think I finally got rid of the bug where it locked up every once in a
  11.   while.
  12. - Tidied it up and re-compiled with optimisation on, which means that it
  13.   should be even faster.
  14.  
  15.  
  16. Version 1.1 -> 1.2
  17. ------------------
  18.  
  19. - Er, forgot to copy the binary I just compiled over the old version before I
  20.   uploaded it, so you got the docs for 1.1 and the 1.0 program. Anyway, it's
  21.   now 1.2 because I didn't get the version string right in 1.1 (the one that
  22.   I didn't upload) anyway. Well, you've got to laugh, eh?
  23.  
  24.  
  25. Version 1.0 -> 1.1
  26. ------------------
  27.  
  28. - Found out by accident that Tin 1.3 beta seems a lot faster if you delete
  29.   the .overview files and let it recreate them from scratch after each news
  30.   unbatch. So, I added a new option to do this.
  31.  
  32.  
  33. Version 0.4 -> 1.0
  34. ------------------
  35.  
  36. - Re-wrote the file stuff to make it faster. Can't really tell if it is or
  37.   not, but I can't be arsed to change it back.
  38. - Added support for the control group.
  39. - Gets newsgroup list from UULIB:DanNewsGroups as well as UULIB:newsgroups,
  40.   so you can define extra groups that you don't want your newsreader to show
  41.   (makes the control groups easier to manage).
  42. - Fixed CTRL-C memory leak.
  43. - Made error messages clearer.
  44.  
  45.  
  46. Version 0.3 -> 0.4
  47. ------------------
  48.  
  49. - It can be given a plain file instead of a batch file (even though, it still
  50.   doesn't do local postings).
  51. - Won't complain any more if batch file doesn't exist.
  52. - Won't complain any more if given an empty batch file.
  53. - Won't crash any more with very corrupt batch files.
  54. - Writes .next files out faster.
  55.  
  56.  
  57. Version 0.2 -> 0.3
  58. ------------------
  59.  
  60. - It'll accept input from stdin now (eg. "DanNews <some_batch_file").
  61. - If the batch file's corrupt, you get the offset of (roughly) where the
  62.   error is. Now load it into an editor, go to the offset, and tidy things up.
  63.   It must be an editor that doesn't expand or compress any tabs or spaces.
  64. - Sometimes hitting ^C would leave a file locked. Fixed.
  65. - If you've got hardlinks turned on and the program finds that it can't
  66.   hardlink crossposted articles then it tries to save the article normally
  67.   instead of just giving an error message and moving on to the next one
  68.   (which was what happened last time).
  69. - Added DELETE switch - automatically delete the batch file at the end if
  70.   everything unbatched OK.
  71. - Added PATH switch: alter the 'Path' header to include your sitename.
  72. - Added XREF switch: generate 'Xref' headers for your newsreader.
  73. - Added -1 switch: only unbatch to the first group listed in the 'Newsgroups'
  74.   header for crossposted articles.
  75. - Added -h switch: turn off hardlinks for crossposted articles.
  76. - Added -n switch: run through the program but don't unbatch anything.
  77. - Added -t option: give directory of tempory work file (only used for
  78.   unbatches from stdin).
  79.  
  80.  
  81. Version 0.1 -> 0.2
  82. ------------------
  83.  
  84. - Fixed a problem where if you give a negative number for the cache size
  85.   (this also included the default), it got confused about the amount of free
  86.   memory so sometimes it wouldn't unbatch the news.
  87. - Got rid of an enforcer hit.
  88. - On a couple of occasions it could lock up instead of unbatching. Fixed
  89.   that.
  90. - Add some statistics, if you want them, with the STATS switch.
  91.